Html Css Color HEX #234DDA Cerulean Blue

📋 copy color: '#234DDA'

red 35 ◦ green 77 ◦ blue 218

#234DDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #234DDA

Tints of Cerulean Blue #234DDA

RGB

 RED value IS 35 (14.06% from 255) = 10.61%

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 218 (85.55% from 255) = 66.06%

R = 10.61%
G = 23.33%
B = 66.06%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#234DDA (or 0x234DDA) is known color: Cerulean Blue. HEX triplet: 23, 4D and DA. RGB value is (35,77,218). Sum of RGB (Red+Green+Blue) = 35+77+218=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #234DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234DDA is #DCB225. Grayscale: #4F4F4F. Windows color (decimal): -14463526 or 14306595. OLE color: 14306595.

HSL color Cylindrical-coordinate representation of color #234DDA: hue angle of 226.23º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #234DDA is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 35 77 218 -
CMYK 0.84 0.65 0 0.15
HSL 226.23º 0.72% 0.5% -
HSV(B) 226.23º 0.84% 0.85% -
XYZ 16 10.73 67.56 -
YUV 80.52 205.59 95.54 -
System Red Green Blue C M Y K H S L
Decimal 35 77 218 0.84 0.65 0 0.15 226.23 0.72 0.5
Hex 23 4D DA 54 41 0 F E2 48 32
Octal 43 115 332 124 101 0 17 342 110 62
Binary 100011 1001101 11011010 1010100 1000001 0 1111 11100010 1001000 110010

Color Harmonies of #234DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234DDA

Black with #234DDA

Text Example


Text Example

White with #234DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234DDA; }

 p { color: rgb(35,77,218); }

 H1.HeaderClassName
 {
   color: #234DDA;
 }
 .AnyTagClassName
 {
   color: #234DDA;
 }
</style>

background-color css

<style>
 a { background-color: #234DDA; }

 a { background-color: rgb(35,77,218); }

 div.DivClassName
 {
   background-color: #234DDA;
 }
 .BgClassName
 {
   background-color: #234DDA;
 }
</style>

border-color css

<style>
 span { border-color: #234DDA; }

 span { border-color: rgb(35,77,218); }

 td.TdClassName
 {
   border-color: #234DDA;
 }
 .TagClassName
 {
   border-color: #234DDA;
 }
</style>